home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / dust / dusthelp / makedust < prev    next >
Text File  |  1995-08-01  |  611b  |  15 lines

  1.   COMMAND MAKEDUST
  2. -----------------------------------------------------------------
  3.     Purpose: create small triangles filling a room
  4.       Usage: MAKEDUST(<srcID>,<minRadius>,<maxRadius>,<particle-number>,
  5.              <particele-size>[,"sphere"])
  6.    Examples: makedust(1,0,64,500,0.1,s)
  7.              makedust(1,54,64,500,0.1)
  8.  
  9.  
  10.       Notes: 1. minRadius specifies the dust-free part of the space specified
  11.                 by maxRadius, 
  12.                 if the "sphere"-parameter is specified a spherical object
  13.                 instead of a cubic one will be created
  14.              2. good for starfields, fog
  15.